projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4991b7
)
(redisplay) [USE_X_TOOLKIT]: Do nothing if popup_activated.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 12 Feb 1996 20:56:46 +0000
(20:56 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 12 Feb 1996 20:56:46 +0000
(20:56 +0000)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index f96a1862f93519131e07657db9c09e630c1f5a8f..3430c98d2116f91ee5ef5404115c6812f7540532 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-818,6
+818,11
@@
redisplay ()
if (noninteractive)
return;
+#ifdef USE_X_TOOLKIT
+ if (popup_activated ())
+ return;
+#endif
+
#ifdef MULTI_FRAME
if (FRAME_TERMCAP_P (selected_frame)
&& previous_terminal_frame != selected_frame)